home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / cdisk362.arc / CATDISK.DOC < prev    next >
Text File  |  1988-05-31  |  76KB  |  2,242 lines

  1.  
  2.  
  3.                                  CATDISK
  4.                        A Diskette Catalog Program
  5.                        Version 3.62 -- 13 Dec 1987
  6.  
  7.                         Copyright (C) 1986, 1987
  8.  
  9.                                    by
  10.  
  11.                               Rick Hillier
  12.  
  13.  
  14.  
  15.                               INTRODUCTION
  16.  
  17.  
  18. Overheard:  "I know I have that file in an archive on a diskette
  19.              SOMEWHERE, but which disk is it on?"
  20.  
  21. Sound familiar?  Many people that I know are in this predicament,
  22. especially those with floppy-based systems.
  23.  
  24. Enter CATDISK, the diskette cataloging system.  CATDISK can organize a
  25. "Super Directory" of all your diskette files in alphabetical order and
  26. tell you what diskette(s) they are on in a single glance.  For those who
  27. use the ARC utility from System Enhancement Associates (highly
  28. recommended!), or the older LU utilities, there is an added bonus.
  29. CATDISK can also read .ARC or .LBR files and include the individual files
  30. from the archive,or library in your catalog along with the archive, or
  31. library name from which they came!  Catdisk also supports sub-directories
  32. to 32 levels deep.  They will be scanned and included in the catalog.
  33.  
  34. CATDISK has been placed in the public domain by the author, Rick Hillier,
  35. and a $15 registration fee is requested if you use the program and find
  36. it to be beneficial.  In any case, please feel free to copy and share
  37. this program with others.  I will only support those who contribute
  38. toward the development of this SHAREWARE product, but I will accept
  39. useful suggestions from ANYBODY!
  40.  
  41. The address at which to send the registration fee is:
  42.  
  43.        Rick Hillier
  44.        405 Barrington Lane
  45.        WATERLOO, Ontario
  46.        Canada     N2T 1H9
  47. Voice: (519)-888-6763
  48.   Fax: (519)-884-4887
  49.  
  50.  
  51. When registering, I ask that you please fill in the registration form at 
  52. the end of this document.  This will aid in speeding up the processing of 
  53. your registration.
  54.  
  55.  
  56.                                 DISCLAIMER
  57.  
  58. CATDISK is provided on an "as is" basis.  Any damages arising from the
  59. use of this program are entirely the responsibility of the user; i.e. the
  60. author, Rick Hillier, cannot be held responsible for any damages.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                        WHAT YOU SHOULD HAVE RECEIVED
  69.  
  70.  
  71. CATDISK is distributed in the form of an ARC file conforming to the 
  72. SEAware's utility V5.12 or later.  The archive should contain seven files 
  73. which are as follows:
  74.  
  75.  
  76. CATDISK .COM   The CATDISK program file
  77. CATDISK .000   The CATDISK overlay file
  78. CDISKCFG.COM   The CATDISK configuration program
  79. CDISKCVT.COM   Conversion utility for converting old CATDISK files to the    
  80.                newest format - See the README.1ST file before running
  81.  
  82. CATDISK .DOC   The manual you are now reading
  83. CATDISK .HST   Revision history of CATDISK
  84. README  .1ST   Urgent program notes - IT IS IMPORTANT THAT YOU READ THIS!
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                            CONFIGURING CATDISK
  136.  
  137.  
  138. Many features of catdisk may be controlled from the configuration program
  139. "CDISKCFG.COM".  When you start this program, please make sure that the
  140. file "CATDISK.COM" is on the current drive and directory when you start
  141. the configuration program.
  142.  
  143. Upon startup, the configuration program will read the current settings
  144. defined in "CATDISK.COM", after which the configuration screen will be
  145. presented.  You may change any given item on this screen simply by using
  146. the <UP ARROW> and <DOWN ARROW> keys to highlight the TITLE of the field
  147. you wish to change.  The bottom portion of the screen is dedicated to
  148. describing the item and instructing you on how to change it.
  149.  
  150. A discussion of the 9 items on this list follows.
  151.  
  152. 1) The screen update method.  You may wish to have screen output done via
  153.    the system BIOS, or by using a faster DIRECT screen access method.
  154.    Choosing BIOS results in screen updates being much slower than using
  155.    using direct screen access, but maintains compatibility with such
  156.    operating environments as TopView, DesqView, MicroSoft Windows,
  157.    Multilink and DoubleDos.
  158.  
  159.    Choosing DIRECT screen access is much quicker, but will be
  160.    incompatible with most multitasking programs such as the above
  161.    mentioned due to the fact that they cannot handle "ill-behaved"
  162.    programs that write directly to the screen.
  163.  
  164.    If you chose DIRECT screen access, a second test is made if you have a
  165.    GRAPHICS display connected in your system.  Some video adapters have
  166.    the nasty side effect of producing static, or "snow" when the video
  167.    memory is accessed directly.  This test will do multiple direct access
  168.    to the video ram on your graphics adapter.  When you hit a key to stop
  169.    the test, you will be asked if you saw static on the screen.
  170.  
  171.    If you answer "Y" to the prompt, CATDISK will check for horizontal
  172.    retrace before writing to the display.  This will result in a
  173.    slightly slower screen response than normal, but it is almost
  174.    negligible.
  175.  
  176.    If you are not running under a multitasking system, or are using
  177.    DoubleDos in dual screen mode, I would recommend that you use DIRECT
  178.    screen access, as it's much quicker.
  179.  
  180. 2) Color or B & W.  This option is self-explanatory.  The appearance of
  181.    the setup screen will depend on the setting of this field.
  182.  
  183. 3) Disk cacheing on or off.  This field will enable you to set DISK
  184.    CACHEING on or off.  Turning it on will enable CATDISK to keep the
  185.    most recently read sectors of the CATALOG FILES in memory, resulting
  186.    in much faster scans through the catalog file when looking for a group
  187.    of files.
  188.  
  189.    Some hard disks use their own device driver, and are incompatible with
  190.    this cacheing method.  If this is the case, CATDISK will warn you of
  191.    this condition if cacheing is enabled, but is incompatible with your
  192.    hard disk.  If that is the case, you should disable it from this
  193.    program.
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201. 4) The number of lines per page field will enable you to tell CATDISK the
  202.    number of lines of data (EXCLUDING headings) that it should place on
  203.    each page of printer or disk output.  This may be any number between 0
  204.    and 255.  Entering zero will disable page breaking and the output will
  205.    be presented in a continuous stream with one title at the top.
  206.  
  207. 5) The printer start up string is a series of ASCII codes (entered here
  208.    as their ascii VALUES) that will tailor your reports to the format you
  209.    desire.  For example, I use an Epson printer and like to set it to
  210.    1/8" spacing and get 80 report lines per page.  To do this, I send a
  211.    startup string of "<Esc> <0>" to set this print mode.  To enter this
  212.    string in the configuration program, I would enter it as "027 048"
  213.    without the quotes.  The numbers are simply the ASCII values of the
  214.    characters I wish to send.  If you have a setup string entered here
  215.    and wish to clear it, simply hit <Return> in response to the prompt in
  216.    the bottom area of the screen.
  217.  
  218. 6) The printer finishing string is commonly used to reverse the startup
  219.    string entered above and is entered in exactly the same way.  In the
  220.    example above, I would use "<Esc> <2>", which would be entered as
  221.    "027 050" without the quotes.  If you have a setup string entered here
  222.    and wish to clear it, simple hit <Return> in response to the prompt in
  223.    the bottom area of the screen.
  224.  
  225. 7) The default ARC/LBR extract state will control the way CATDISK will    
  226.   handle ARC/LBR files that it might encounter when cataloguing your
  227.    diskettes.
  228.  
  229.    If you set it to OFF, CATDISK will NOT extract any archive files that
  230.    it finds on your diskettes.
  231.  
  232.    If you set it to ON, CATDISK will expand EVERY ARC/LBR file that it
  233.    finds on your diskettes.
  234.  
  235.    If you set it to QUERY, CATDISK will ask you for permission to expand
  236.    an ARC/LBR file each time it encounters one.
  237.  
  238. 8) The default catalog drive is the disk drive that CATDISK will assume
  239.    you wish to use for labelling diskettes and reading them for
  240.    cataloguing purposes.  This drive may still be overridden at startup
  241.    time (see STARTING CATDISK), or from the menu when catdisk is running.
  242.    If you are running on single floppy based system, I would recommend
  243.    that you set this drive to the same drive ID that CATDISK will be run
  244.    from.  CATDISK will prompt you to enter the appropriate diskettes at
  245.    the appropriate time, and will eliminate potential problems with the
  246.    disk cacheing feature if enabled (See the file README.1ST).
  247.  
  248. 9) The catalog file directory is the location in your system that CATDISK
  249.    will look for and create it's catalog files.  This path may contain a
  250.    drive designator, so that the catalog files may reside on a different
  251.    drive than CATDISK itself, such as a ramdisk (in this case don't
  252.    forget to copy the files to a real disk before you turn off or reboot
  253.    your machine).
  254.  
  255.    Another use of this field is that the overlay file "CATDISK.000" may
  256.    be placed in this directory as well.  If this is the case, and
  257.    "CATDISK.COM" is in a directory to which DOS has a path (see the DOS
  258.    manual for details on the PATH command), you may run CATDISK from
  259.    anywhere in your system without having to switch to another directory
  260.    where all the CATDISK files reside.  If this field is set to nothing,
  261.    the default drive and directory will be used.
  262.  
  263.  
  264.  
  265.  
  266.  
  267. 10) The maximum number of diskettes and files per catalog is simply that.
  268.     When CATDISK starts, it allocates it's work space according to this
  269.     setting.  There are currently four possible settings; which one you
  270.     pick is largely dependent upon the environment in which CATDISK is to
  271.     be run.
  272.  
  273.     These settings are:     DISKETTES   # FILES
  274.  
  275.                               2000     32767 (32K)
  276.                               1500     24576 (24K)
  277.                               1000     16384 (16K)
  278.                                500      8192 ( 8K)
  279.  
  280.  
  281.  
  282.  
  283.  
  284.    Some suggestions for choosing the best configuration:
  285.  
  286.    1)  If you are running CATDISK on a floppy based system, I would
  287.        recommend the 8K configuration.  This will leave the maximum
  288.        amount of room for a disk cache, or a larger memory buffer for
  289.        sorting and updating the catalog file.
  290.  
  291.    2)  If you are running CATDISK on a system with 192K of RAM under DOS
  292.        2.xx, you must use the 8K configuration.  This will enable CATDISK
  293.        to allocate it's work area and leave ample room for sorting, etc.
  294.  
  295.        PLEASE NOTE THAT IF YOU ARE RUNNING DOS 3.00 OR LATER, YOU MUST
  296.        HAVE A MINIMUM OF 256K OF RAM TO RUN CATDISK.
  297.  
  298.    3)  If you are running CATDISK on a 256K system under DOS 3.00 or
  299.        later, the 16K configuration is recommended.
  300.  
  301.    4)  If you are running CATDISK on a 256K system under DOS 2.xx, the
  302.        24K configuration is as high as you can go.
  303.  
  304.  
  305.    The most efficient configuration would be to set the maximum
  306.    disks/files per catalog to the lowest setting that would accomodate
  307.    your largest catalog file.  This will give CATDISK the largest amount
  308.    of leftover memory to optimize for sorting and updating the catalog
  309.    file, or create  the largest possible disk cache (if you've activated
  310.    this option in the configuration).
  311.  
  312.    Keep in mind that if a catalog should reach the set limits, you may
  313.    always change this setting to a higher value, unless you are already
  314.    at the maximum number of disks/files that CATDISK or your system can
  315.    handle.
  316.  
  317. If you are running on a color monitor and have the color setting in the 
  318. main configuration set to COLOR, you may set your own screen colors if you 
  319. happen to dislike the color scheme that comes with CATDISK.  To do so, 
  320. simply hit <F9> from the configuration screen and follow the menus.  Once 
  321. you have selected this option, you will see a menu that will allow you to 
  322. select some general colors such as screen background and border color (CGA 
  323. type displays only - EGA and VGA have no effect), as well as an option to 
  324. reset the author's (that's me!) colors should you really make a mess of the 
  325. color scheme and wish to start over.
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333. The other options will bring up menus that pertain to the various screens 
  334. that you might encounter in your usage of CATDISK.  When you reach these, 
  335. there will be an option available for each item that will change its 
  336. foreground or background color.  Selecting an option will step you through 
  337. the possible color range for that particular item.
  338.  
  339. Sound confusing?  Try it for yourself... it's really quite easy.  For 
  340. starters, try setting everything to green on cyan <grin> (if you don't have 
  341. a strong stomach, don't bother).
  342.  
  343. Once you have set all the fields set to your desired settings, you may
  344. instruct CDISKCFG to save the current settings by pressing <F10>.  Upon
  345. completion, you will be returned to DOS.
  346.  
  347. If you do not wish to save the changes you made, simply hit <Esc>, and
  348. you will be returned to DOS, while the previous configuration will remain
  349. unscathed.
  350.  
  351.  
  352. SPECIAL NOTE TO USERS WITH DUAL FLOPPY DRIVE SYSTEMS:
  353.  
  354. The best drive configuration for CATDISK is to have drive A: as your 
  355. catalog drive, and to have B:\ as your CATALOG FILE DIRECTORY.  When 
  356. starting CATDISK, insert a diskette containing the file "CATDISK.COM" in 
  357. drive A: and place a blank diskette onto which you have placed the file 
  358. "CATDISK.000" in drive B:.  After CATDISK has appeared on your screen and 
  359. is at the menu prompt, you will no longer need the file "CATDISK.COM" in 
  360. drive A:, so you may remove that diskette and use it for reading diskettes 
  361. into your catalog.
  362.  
  363. Keep in mind that you will need to keep the diskette with "CATDISK.000" in 
  364. drive B: as CATDISK needs to refer to that file from time to time.  CATDISK 
  365. will also maintain the catalog files on this drive as well.  If you intend 
  366. to keep multiple catalogs, I would suggest that you keep each one on a 
  367. separate floppy diskette, remembering to place the file "CATDISK.000" on 
  368. each diskette.
  369.  
  370.  
  371.  
  372.                              DEFAULT SETTINGS
  373.  
  374. 1) Screen Update Method:              BIOS
  375.  
  376. 2) Color or B & W:                    B & W
  377.  
  378. 3) Disk Cacheing:                     Disabled
  379.  
  380. 4) Output Lines Per Page:             58
  381.  
  382. 5) Printer Startup String:            Nothing
  383.  
  384. 6) Printer Finishing String:          Nothing
  385.  
  386. 7) Default ARC/LBR Extract State:     ON
  387.  
  388. 8) Catalog Drive:                     A:
  389.  
  390. 9) Catalog File Directory:            Default Drive and Directory
  391.  
  392. 10) Maximum Disks/Files per Catalog:  1000/16384
  393.  
  394. 11) Color Scheme:                     Authors Colors
  395.  
  396.  
  397.  
  398.  
  399.                               STARTING CATDISK
  400.  
  401. CATDISK may be started from the DOS command line by the following:
  402.  
  403. C>CATDISK parameters
  404.  
  405.   - where parameters may include any of the following:');
  406.  
  407.        /NP        - Specifying this commandline option will cause CATDISK
  408.                     to eliminate the pause after cataloguing/
  409.                     un-cataloguing a disk.  It will also eliminate the
  410.                     "Insert a disk in drive X:" prompt unless it is
  411.                     absolutely necessary.
  412.  
  413.        /NW        - Under normal circumstances, when you catalog a           
  414.                     diskette containing a Volume ID that already exists in   
  415.                     the current catalog, CATDISK will issue a warning to     
  416.                     that effect, and will ask you for verification before    
  417.                     proceeding to catalog that disk.  The reason behind      
  418.                     this is that there is always the possibility of two      
  419.                     different disks having the same Volume ID.               
  420.                     Cataloguing one would mean that the files from the       
  421.                     other would be un-catalogued in the same process.
  422.                      If you specify the /NW option on the command line,      
  423.                     this warning will be supressed, and the disk will be
  424.                     catalogued without further delay.
  425.  
  426.        /NS        - Supress status indicators during processing.
  427.                     This speeds up processing time.  Status indicators
  428.                     are there simply to indicate that the computer is
  429.                     actually doing something useful.  Try it either way
  430.                     and set it to your liking.
  431.  
  432.        /AC        - Turn the auto comment feature ON at startup.
  433.                     Normally, CATDISK, upon completion of cataloguing a
  434.                     group of files from a diskette will immediately
  435.                     return to the menu.  Activating this feature from
  436.                     the commandline (or from the menu) will cause CATDISK
  437.                     to proceed to the section where you may add/modify
  438.                     the file comments for the volume that you just
  439.                     catalogued.
  440.  
  441.        /Ffilename - The default filename that CATDISK uses is "CATDISK".
  442.                     This may be overridden with this parameter.
  443.                     Note that there is no space between the /F and the
  444.                     filename.
  445.  
  446.        /SD        - CATDISK can display screen information for your
  447.                     catalog in two different formats.  The default is to
  448.                     show the Filename, Volume ID, Arc ID, size, date,
  449.                     time and attributes for each record.  There is a
  450.                     second display format that omits the file attributes,
  451.                     but shows the sub-directory that the file occupies on
  452.                     it's diskette.  Setting this option will make the
  453.                     second format the starting report type.
  454.  
  455.        /CO        - similar to above, but the third display format that
  456.                     shows file comments will be the default.
  457.  
  458.   - *** NOTE:  If you specify both /SD and /CO at startup, the LAST one
  459.                that you specified on the commandline will take effect.
  460.  
  461.  
  462.  
  463.  
  464.  
  465.        /Px        - Set printer output format to report type x, where x
  466.                     is in the range (0-2).
  467.  
  468.                     x Value  Report Type
  469.                     -------  -----------
  470.  
  471.                        0     Show regular file statistics
  472.                        1     Show file comments
  473.                        2     Show file statistics and comments (selecting
  474.                              this report style assumes that your printer
  475.                              is set to produce 132 column reports)
  476.  
  477.  
  478.        /D:        - Catalog files from drive D: where D: is one
  479.                     of [A - D].
  480.  
  481.   The slash "/" may be substituted by either a dash "-" or a space " ".
  482.  
  483.   Eg.  CATDISK /BW/NS/NA/B:         or     CATDISK A:
  484.  
  485. - entering CATDISK ? will bring up a help message indicating the above.
  486.  
  487.  
  488. **NOTE:  You may also put the command line options in a DOS environment
  489. string using the DOS "SET" command.  This command (examples are
  490. below), may be placed in your AUTOEXEC.BAT file so that you will
  491. not need to remember which command line options to use to obtain
  492. your favourite setup, or for that matter, to type them!
  493.  
  494. - example:  SET CATDISK=/BW/NS/P2/B:
  495.  
  496.           - then simply type "CATDISK <CR> on the dos command line, and
  497.             the above options will automatically be taken from the DOS
  498.             environment area.
  499.  
  500. Please note that if you enter any command line options when starting
  501. CATDISK, the dos environment area will be ignored.
  502.  
  503. Once CATDISK has been successfully started, a title screen will appear.
  504. Hit any key to ascend to the main menu.
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.                      SELECTION OF OPTIONS FROM MENUS
  532.  
  533. The major options available from CATDISK such as the main functions menu
  534. that you see in the opening menu after the title page disappears can be
  535. selected in two different ways.
  536.  
  537. The first, and easiest is just to hit the indicated key beside the
  538. desired option.
  539.  
  540. In response to a few requests from registered users, I have also
  541. implemented a "point and shoot" method of selecting items from a menu.
  542.  
  543. Simply use the cursor keys to position the flashing arrows in the inverse
  544. box that indicates the keystroke required to activate the desired option
  545. and hit <Return> (or <CR> to you C programmers).  This will carry out the
  546. same function as if you had struck the key in the inverse box.
  547.  
  548. One advantage that the second approach has to the first is that those of
  549. you who do not touch type numbers very well (or have a tendency to hit
  550. the key beside the one you are after) have another avenue to use to
  551. navigate through the menus of CATDISK.
  552.  
  553. Another is that once you have activated a function such as cataloguing a
  554. diskette, you need only type <Return> to re-activate that function as
  555. CATDISK will remember the last option you activated (quite handy if you
  556. are cataloguing multiple diskettes, as the <Return> key is larger than
  557. most... you aren't as apt to miss it).
  558.  
  559. Currently, this method of choice is available on the main menu, the
  560. output destination menu, and the sorting criteria menu on option #0
  561. (discussed later in this manual).
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.               OPTION #1:  SETTING THE CURRENT DISK DRIVE
  598.  
  599. Option #1 from the main menu will allow you to set the drive from which
  600. the files to be catalogued will be read.  Simply select letter from A - x
  601. to select the drive with that DOS letter designation, where x is the last
  602. drive that CATDISK detected in your system configuration (DOS 3.00 and up
  603. will show a minimum of 5 drives).  The change will be noted immediately
  604. in the status area at the top of the screen.
  605.  
  606.            *** NOTE TO ALL SINGLE DRIVE FLOPPY DISK USERS ***
  607.  
  608. Previous versions of CATDISK may have caused problems with the directory
  609. of the diskette being catalogued getting overwritten when labelling a
  610. diskette or cataloguing it.  This problem has been rectified with Version
  611. 2.00.  To catalog on a single floppy system, set the catalog drive the
  612. same as the one on which the CATDISK work files reside.  (i.e. if you
  613. start CATDISK from drive A:, set the catalog drive to drive A:)  At the
  614. appropriate times, CATDISK will now prompt you to switch diskettes as
  615. they are needed.
  616.  
  617. Users with a hard-disk, single floppy configuration, who are running
  618. CATDISK from the hard disk will NOT experience this problem and may
  619. proceed as normal.  It's ONLY if the same PHYSICAL drive is being used
  620. for the CATDISK work files AND the diskette to be catalogued that the
  621. above precautions must be taken.
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.                       OPTION #2:  THE TOGGLES MENU
  664.  
  665. The options available in this sub-menu will allow you to control the
  666. behaviour of some of the features of CATDISK.  You can get to this menu
  667. by selecting option #2 from the main menu.
  668.  
  669. The options available on this menu are:
  670.  
  671.  
  672. Sub-option #1 - Toggle Auto ARC/LBR Extract
  673. -------------------------------------------
  674.  
  675.   Although this option may be controlled from the DOS command line, it is
  676.   also convenient to be able to change it during a CATDISK session.
  677.   Hitting <1> will toggle the Auto ARC/LBR Extract Feature.  The current
  678.   status is shown near the top of the screen in the status area.
  679.  
  680.   If this feature is turned off, any file searches through the catalog,
  681.   with the exception of OPTION #0 - Show All Files will NOT show any
  682.   files that reside in an archive file.  The archive file's presence will
  683.   still be shown in the listing.
  684.  
  685.  
  686. Sub-option #2 - Set Current Catalog File
  687. ----------------------------------------
  688.  
  689.   Although the catalog filename may be set upon starting up CATDISK, is
  690.   may also be convenient to be able to change the current file from
  691.  
  692.   within a CATDISK session.  Select option #2 from the main menu, and you
  693.   will be prompted for a new catalog file to use.  Any valid dos filename
  694.   will do.  Be sure to specify the NAME portion only; do not include the
  695.   file extension portion.  If the name you specify is valid, it will then
  696.   be used for all subsequent catalog updates and queries (This is
  697.   reflected at the top of the screen).  If not, an error message will be
  698.   issued and no change will be made to the current catalog file name.
  699.  
  700.   If you are switching to a catalog that already exists,and it will not
  701.   fit into the configuration you defined in the configuration program
  702.   (maximum disks/files per catalog), you will get an error message and
  703.   the catalog file will be left unchanged.
  704.  
  705.  
  706. Sub-option #3 - Pause For Disk Change or At End of Catalog Update
  707. -----------------------------------------------------------------
  708.  
  709.   Under normal circumstances, CATDISK will pause at strategic places,
  710.   either to allow you to view what has just happened (cataloguing and
  711.   un-cataloguing), or to prompt you to insert a disk in drive X:
  712.   (labelling or reading directories, etc).  If you turn this toggle off,
  713.   CATDISK will only prompt you for a disk when absolutely necessary.  In
  714.   addition, there will be no pause at the end of a catalog update; you
  715.   will immediately be returned to the main menu.
  716.  
  717. Sub-option #4 - Add/Update File Comments While Cataloguing
  718. ----------------------------------------------------------
  719.  
  720.   If this toggle is turned off, CATDISK will proceed back to the main
  721.   menu upon completion of the process of cataloguing a disk.  If you wish
  722.   to add comments for some/all of the files that you have just
  723.   catalogued, you may turn this toggle on.  When this is the case,
  724.   CATDISK will catalog files in the normal manner, but upon completion,
  725.  
  726.  
  727.  
  728.  
  729.   you will be taken to another screen that will allow you to scroll
  730.   through the files you just catalogued and add/update the comments for
  731.   each file shown.  See Option F1 - Add/Change File Comments for details
  732.   on how this section of the program works.
  733.  
  734.  
  735. Sub-option #5 - Toggle Printer Report Type
  736. ------------------------------------------
  737.  
  738.   CATDISK currently supports three printer report styles, which are
  739.   detailed here.  The particular report style that you desire may be set
  740.   with this toggle, and will be reflected in the toggles portion of the
  741.   menu screen.
  742.  
  743.   STATISTICS:  This is the default report style (unless overridden on the
  744.   command line), which is to show the path, filename, volume id, ARC/LBR     
  745. id, as well as the size, date, time and DOS directory attributes of each    
  746. file listed.
  747.  
  748.   This report style corresponds to the command line option /P0, and will     
  749.  fit on an 80 column printer.
  750.  
  751.   COMMENTS:  This report style will substitute file comments for the size,   
  752.  date, time, and DOS directory attribute.
  753.  
  754.   This report style corresponds to the command line option /P1, and will     
  755.  fit on an 80 column printer.
  756.  
  757.  
  758.         BOTH:  This report style will show all of the fields from the two
  759.                above reports.  Please note that it assumes that you
  760.                either have a 132 column printer, or an 80 column printer
  761.                set to compressed mode.
  762.  
  763.   It corresponds to the command line option /P2.
  764.  
  765.  
  766.  
  767. Sub-option <Esc> - Return To Main Menu
  768. --------------------------------------
  769.  
  770.   Exactly what it says.
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.                    OPTION #3:  LABELLING A DISKETTE
  796.  
  797. Selection of option #3 on the main menu will allow the VOLUME LABEL of a
  798. diskette to be set or changed.  Upon selection, CATDISK will attempt to
  799. read the current label of the diskette.  If none is present, you will be
  800. notified of this, and will be given the opportunity to create a volume
  801. label for that diskette.  See the DOS manual on volume labels for more
  802. information.  If a label already exists on the diskette, it's name will
  803. be shown as a reminder, and you will be given an opportunity to change
  804. the label name.  Just enter the new label name and hit <CR>.
  805.  
  806. If the label name was valid, the change will be made, otherwise, an error
  807. message indicating such will be issued and you will return to the main
  808. menu.
  809.  
  810. If you do not wish to enter or change the disk label, simply hit <ESC> at
  811. the volume label prompt and you will immediately return to the main menu
  812. with no changed made to the disk label.
  813.  
  814. When the volume label has been successfully changed or created, CATDISK
  815. will check to see if the old label, if any was present, exists in the
  816. current catalog file.  If so, you will be given an opportunity to have
  817. CATDISK automatically change the old volume id references to the newly
  818. entered one.  If the disk that you re-labelled is one that actually is in
  819. the catalog, answer <Y>es to the prompt.  CATDISK will take care of the
  820. rest.  This feature (implemented starting with version 2.10) can be a
  821. great time saver, since with the older versions, the procedure for
  822. cataloguing the same disk under a different name involved changing the
  823. disk label, uncataloguing the disk under the old volume id, and
  824. re-cataloguing the disk under the new name.
  825.  
  826. If the disk is not in the catalog, answer <N>o to the prompt.  Answering
  827. <Y>es under these circumstances will not damage the catalog files, but
  828. will cause confusion as to what disk the altered catalog records reside
  829. on.
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.                     OPTION #4:  CATALOGING A DISKETTE
  862.  
  863. Selection of option #4 from the main menu will initiate cataloging of the
  864. files on the selected catalog diskette.  The volume label will be read,
  865. and if it doesn't exist, you will be given an opportunity to enter a
  866. volume label for the diskette.  Hit <ESC> at the label prompt to abort
  867. the operation.  After entering the label name for that diskette, you will
  868. be asked if you wish to write that label to disk.  If you answer <Y>es,
  869. the disk will be labelled and cataloguing will continue.  If you answer
  870. <N>o, the label will not be written, but the disk will be catalogued
  871. under the name that you gave it.  This will allow easy cataloguing of
  872. write-protected diskettes.
  873.  
  874. Please note that volume labels created by Peter Norton's "Volabel"
  875. utility may contain lower case characters.  CATDISK will convert the
  876. labels to upper case before adding them to the catalog.  This will enable
  877. you to manipulate and uncatalog any of these diskettes.  The physical
  878. volume label on the diskette will be left unchanged.
  879.  
  880. If the label on the diskette to be catalogued already exists in the
  881. catalog, you will be notified of this situation, and will be given an
  882. opportunity to abort the operation.  This feature has been added starting
  883. with V2.03 as a safeguard against a situation where two diskettes of the
  884. same volume id may be overriding each other and clobbering the catalog
  885. contents of the other diskette.  If you specified the "/NW" option on at
  886. startup, this warning will not be issued.
  887.  
  888. Once the label has been found, the directory and any archive or library
  889. entries (if the ARC/LBR auto extract feature option is turned on - it is
  890. by default) will be read (if the ARC/LBR auto extract is set to QUERY, you 
  891. will be asked for verification before a given ARChive or Library will be 
  892. read).  This process will be repeated for each sub-directory on the 
  893. diskette as well.  All existing levels of sub-directories will be searched 
  894. in this version.
  895.  
  896. Upon completion of this, the catalog summary file and master catalog will
  897. be updated to reflect the current directory/directories of the diskette.
  898. If any files have been added, they will be added to the catalog;  if any
  899. files have been changed, they will be updated;  if any files have been
  900. deleted, they will be removed from the catalog.
  901.  
  902. Keep in mind, that deletion of an ARC/LBR file will cause any files
  903. existing within that ARC/LBR file to be uncatalogued.  Also, turning the
  904. Auto ARC/LBR Extraction feature OFF, or answering <No> to a Extract ARC/LBR 
  905. prompt to a catalogued ARCHIVE will cause any files in an ARC/LBR
  906. file on that diskette to be uncatalogued as well.
  907.  
  908. Should the disk become full when the cataloguing process is underway, the
  909. process will be aborted with an error message.  The old catalog file will
  910. remain intact (i.e. no changes made), but the summary file will reflect
  911. either the presence of the new diskette, or the current status of that
  912. diskette if it already existed in the catalog.  This means that the
  913. catalog file will not be accurate as to what's on the diskette that you
  914. attempted to catalog.   If this error is encountered, you should either
  915. try to free up some space on disk on which the catalog file exists, or
  916. move the .DTA and .SUM files to another diskette (see CONFIGURING CATDISK
  917. for details on how to access catalog files on other drives and
  918. directories) and retry the operation.
  919.  
  920. This operation is completely automatic and does not require any further
  921. input from the operator once started, unless, of course, the ARC/LBR 
  922. extract state is set to QUERY.
  923.  
  924.  
  925.  
  926.  
  927. If you have turned on the auto-comment feature either from the
  928. comand line or from the toggles menu, you will be taken to a section of
  929. the program that will allow you to add/update file comments.  See "<F1> -
  930. Adding/Updating File Comments" later in this manual for details.
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.                   OPTION #5:  UNCATALOGUING A DISKETTE
  994.  
  995. There may be times when you will wish to remove a disk's files from the
  996. catalog.  Select option #5 from the main menu, and you will be asked to
  997. enter the VOLUME NAME of the disk to be uncatalogued.  Enter it and hit
  998. <CR>.  If the volume label doesn't exist in the catalog, then you will be
  999. notified and returned to the main menu.
  1000.  
  1001. If the volume label is found in the catalog, it's entry will be deleted
  1002. along with all the file names under it.
  1003.  
  1004. If you do not wish to carry out this operation, hit <Esc> at the volume
  1005. label prompt and no action will be taken.
  1006.  
  1007. Should the disk become full during the catalog update process, the
  1008. process will be aborted with an error message, and the old catalog file
  1009. will remain intact.  Typically, this error should not occur, unless you
  1010. have added more files to the disk, or another program has used up more
  1011. disk space (such as a database expanding a file).  Should this error
  1012. occur, the summary file will no longer contain a reference to the
  1013. diskette that was uncatalogued, but the catalog file will still contain
  1014. references to that diskette.
  1015.  
  1016. Should this be the case, you should either free up some space on the
  1017. disk, or copy the .SUM and .DTA files to another disk (see CONFIGURING
  1018. CATDISK for details on accessing catalog files on other drives and
  1019. directories), catalog the diskette in question, and uncatalog it again.
  1020. This will remove any references to that disk from the catalog file.
  1021.  
  1022. If you do not have access to that disk anymore (you may have erased it),
  1023. simply take a blank diskette, add one file to it, and label it the same
  1024. as the diskette you wish to uncatalog.  Carry out the above procedure,
  1025. and you will obtain the same results.
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.                     OPTION #6:  SHOW DISKETTE SUMMARY
  1060.  
  1061. Selection of option #6 from the main menu will cause CATDISK to display
  1062. an alphabetical list of VOLUME NAMES and some pertinent statistical
  1063. information  for each.  This option is handy if, say, you have a bunch of
  1064. utility disks and want to add a 14K utility program to one of them.  This
  1065. report can be quite useful in making efficient use of existing working
  1066. diskettes.
  1067.  
  1068. All the statistical items shown should be self-explanatory, except one;
  1069. that is, the Slack % factor.  The disks on which DOS stores it files are
  1070. divided into allocation units called clusters.  The size of each cluster
  1071. varies with the type and size of disk.  When DOS allocates space on a
  1072. disk for a file, it is alotted in one cluster units to the file.  Some
  1073. common cluster sizes are 512 bytes on 160-180K diskettes, and 1024 bytes
  1074. on 320-360K diskettes.  Some hard disks have larger cluster sizes.
  1075.  
  1076. Anyway, let's say, for example, that you have a file of 256 bytes.  On a
  1077. 360K diskette, DOS will allocate 1024 bytes to the file, even though it
  1078. is only 256 bytes long.  This means that three-quarters of that cluster
  1079. is unused, or that you have 75% slack for that file.  The figure that you
  1080. see on the summary report is the overall slack percentage of all the
  1081. files on the disk.
  1082.  
  1083. When you select option #6, you will be asked where CATDISK should send
  1084. the output.  You may send it to:
  1085.  
  1086. <S> - Screen:   The summary will be shown on the screen.  You may browse
  1087.                 through the list by using <PgUp> and <PgDn>, or return to
  1088.                 the menu by pressing <Esc>.  Please see the note about
  1089.                 the scroll bar on the left side in Appendix B.
  1090.  
  1091. <P> - Printer:  A hardcopy summary report will be printed on your
  1092.                 printer.  The disk volume names will be ehoed to the
  1093.                 screen as they are sent to the printer.  Hitting <Esc> at
  1094.                 any time during report generation will abort it and
  1095.                 return to the main menu.
  1096.  
  1097. <D> - Disk:     A listing in the same format as the hardcopy summary
  1098.                 report will be produced in a diskette file with the same
  1099.                 name as the current catalog filename with an extension of
  1100.                 ".LST".  Hitting <Esc> at any time during the generation
  1101.                 of the report will abort it and return to the main menu.
  1102.  
  1103. <Esc> - Abort:  This will return you to the main menu without producing
  1104.                 any output.
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.                    OPTION #7:  SHOW FILES FOR A VOLUME
  1126.  
  1127. Selecting option #7 will cause CATDISK to display an alphabetical list of
  1128. files for a particular disk.  After selecting the report destination, you
  1129. will be asked for a volume ID.  Simply enter it and hit <Return>, or hit
  1130. <Esc> to return to the menu without producing a report.
  1131.  
  1132. When you select option #7, you will be asked where you wish CATDISK to
  1133. send the output.  It may be sent to:
  1134.  
  1135. <S> - Screen:   Upon entering the search spec, scanning of the catalog
  1136.                 will commence.  If you have status indicators turned on,
  1137.                 a counter will increment each time a matching file is
  1138.                 found.  If at the end of the search, no files were found,
  1139.                 an error message will be issued and you will be returned
  1140.                 to the main menu.
  1141.  
  1142.                 Upon a successful search, the file names will be shown
  1143.                 alphabetically, along with the volume name, archive name,
  1144.                 and other directory information for that file.  You may
  1145.                 browse through the list with <PgUp> and <PgDn>, or return
  1146.                 to the main menu with <Esc>.  Please see the note about
  1147.                 the scroll bar on the left side in Appendix B.
  1148.  
  1149.                 Starting with Version 1.40 (sub-directories), you may hit
  1150.                 <S> to change the display format to show the
  1151.                 sub-directory of each file in the listing.  If a
  1152.                 sub-directory begins with a tilde (~), that means that
  1153.                 the sub-directory shown is a sub-directory past the first
  1154.                 level (sub-directory within a sub-directory).  Hit <N> to
  1155.                 get the normal display back. If you wish the
  1156.                 sub-directory format to come up by default, use the /SD
  1157.                 option when starting CATDISK.  See the section "STARTING
  1158.                 CATDISK" for details.
  1159.  
  1160.                 Starting with Version 3.50 (comments), you may hit <C> to
  1161.                 change the display format to show your comments (if any).
  1162.                 If you wish this display format to appear by default, use
  1163.                 the /CO option when starting CATDISK.  Again, see the
  1164.                 section "STARTING CATDISK" for details.
  1165.  
  1166.                 Better yet, run the program and see for yourself!
  1167.  
  1168. <P> - Printer:  A hardcopy file report will be printed on your printer.
  1169.                 The filenames will be ehoed to the screen as they are
  1170.                 sent to the printer.  Hitting <Esc> at any time during
  1171.                 report generation will abort it and return to the main
  1172.                 menu.
  1173.  
  1174. <D> - Disk:     A listing in the same format as the hardcopy file report
  1175.                 will be produced in a diskette file with the same name as
  1176.                 the current catalog filename with an extension of ".LST".
  1177.                 Hitting <Esc> at any time during the generation of the
  1178.                 report will abort it and return to the main menu.
  1179.  
  1180. <Esc> - Abort:  This will return you to the main menu without producing
  1181.                 any output.
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.                   OPTION #8:  SHOW FILES FOR AN ARCHIVE
  1192.  
  1193. Selecting option #8 will cause CATDISK to display an alphabetical list of
  1194. files for a particular archive.  After selecting the report destination,
  1195. you will be asked for a archive name.  Simply enter it and hit <Return>,
  1196. or hit <Esc> to return to the menu without producing a report.
  1197.  
  1198. When you select option #8, you will be asked where you wish CATDISK to
  1199. send the output.  It may be sent to:
  1200.  
  1201. <S> - Screen:   Upon entering the search spec, scanning of the catalog
  1202.                 will commence.  If you have status indicators turned on,
  1203.                 a counter will increment each time a matching file is
  1204.                 found.  If at the end of the search, no files were found,
  1205.                 an error message will be issued and you will be returned
  1206.                 to the main menu.
  1207.  
  1208.                 Upon a successful search, the file names will be shown
  1209.                 alphabetically, along with the volume name, archive name,
  1210.                 and other directory information for that file.  You may
  1211.                 browse through the list with <PgUp> and <PgDn>, or return
  1212.                 to the main menu with <Esc>.  Please see the note about
  1213.                 the scroll bar on the left side in Appendix B.
  1214.  
  1215.                 Starting with Version 1.40 (sub-directories), you may hit
  1216.                 <S> to change the display format to show the
  1217.                 sub-directory of each file in the listing.  If a
  1218.                 sub-directory begins with a tilde (~), that means that
  1219.                 the sub-directory shown is a sub-directory past the first
  1220.                 level (sub-directory within a sub-directory).  Hit <N> to
  1221.                 get the normal display back. If you wish the
  1222.                 sub-directory format to come up by default, use the /SD
  1223.                 option when starting CATDISK.  See the section "STARTING
  1224.                 CATDISK" for details.
  1225.  
  1226.                 Starting with Version 3.50 (comments), you may hit <C> to
  1227.                 change the display format to show your comments (if any).
  1228.                 If you wish this display format to appear by default, use
  1229.                 the /CO option when starting CATDISK.  Again, see the
  1230.                 section "STARTING CATDISK" for details.
  1231.  
  1232.                 Better yet, run the program and see for yourself!
  1233.  
  1234. <P> - Printer:  A hardcopy file report will be printed on your printer.
  1235.                 The filenames will be ehoed to the screen as they are
  1236.                 sent to the printer.  Hitting <Esc> at any time during
  1237.                 report generation will abort it and return to the main
  1238.                 menu.
  1239.  
  1240. <D> - Disk:     A listing in the same format as the hardcopy file report
  1241.                 will be produced in a diskette file with the same name as
  1242.                 the current catalog filename with an extension of ".LST".
  1243.                 Hitting <Esc> at any time during the generation of the
  1244.                 report will abort it and return to the main menu.
  1245.  
  1246. <Esc> - Abort:  This will return you to the main menu without producing
  1247.                 any output.
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.                      OPTION #9:  SHOW SELECTED FILES
  1258.  
  1259. Selecting option #9 will cause CATDISK to display an alphabetical list of
  1260. files.  After selecting the report destination, you will be asked for a
  1261. filespec.  This filespec follows the conventional DOS filespec search
  1262. conventions including wildcard searches.
  1263.  
  1264. Eg.      *.*        - search for everything.
  1265.          *.COM      - search for files ending in .COM
  1266.         A*.EXE      - search for files starting with A and ending in .COM
  1267.    CATDISK.COM      - search specifically for CATDISK.COM
  1268.          *.?Q?      - search for files with an extension containing Q as
  1269.                       it's second character.
  1270.         ??.DOC      - search for files with two letters as it filename
  1271. and
  1272.                       .DOC as it's extension.
  1273.  
  1274. Please refer to the DOS manual for further information on file searching
  1275. patterns.
  1276.  
  1277. If you do not wish to carry out this option, hit <Esc> at the filespec
  1278. prompt.
  1279.  
  1280. When you select option #9, you will be asked where you wish CATDISK to
  1281. send the output.  It may be sent to:
  1282.  
  1283. <S> - Screen:   Upon entering the search spec, scanning of the catalog
  1284.                 will commence.  If you have status indicators turned on,
  1285.                 a counter will increment each time a matching file is
  1286.                 found.  If at the end of the search, no files were found,
  1287.                 an error message will be issued and you will be returned
  1288.                 to the main menu.
  1289.  
  1290.                 Upon a successful search, the file names will be shown
  1291.                 alphabetically, along with the volume name, archive name,
  1292.                 and other directory information for that file.  You may
  1293.                 browse through the list with <PgUp> and <PgDn>, or return
  1294.                 to the main menu with <Esc>.  Please see the note about
  1295.                 the scroll bar on the left side in Appendix B.
  1296.  
  1297.                 Starting with Version 1.40 (sub-directories), you may hit
  1298.                 <S> to change the display format to show the
  1299.                 sub-directory of each file in the listing.  If a
  1300.                 sub-directory begins with a tilde (~), that means that
  1301.                 the sub-directory shown is a sub-directory past the first
  1302.                 level (sub-directory within a sub-directory).  Hit <N> to
  1303.                 get the normal display back. If you wish the
  1304.                 sub-directory format to come up by default, use the /SD
  1305.                 option when starting CATDISK.  See the section "STARTING
  1306.                 CATDISK" for details.
  1307.  
  1308.                 Starting with Version 3.50 (comments), you may hit <C> to
  1309.                 change the display format to show your comments (if any).
  1310.                 If you wish this display format to appear by default, use
  1311.                 the /CO option when starting CATDISK.  Again, see the
  1312.                 section "STARTING CATDISK" for details.
  1313.  
  1314.                 Better yet, run the program and see for yourself!
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323. <P> - Printer:  A hardcopy file report will be printed on your printer.
  1324.                 The filenames will be ehoed to the screen as they are
  1325.                 sent to the printer.  Hitting <Esc> at any time during
  1326.                 report generation will abort it and return to the main
  1327.                 menu.
  1328.  
  1329. <D> - Disk:     A listing in the same format as the hardcopy file report
  1330.                 will be produced in a diskette file with the same name as
  1331.                 the current catalog filename with an extension of ".LST".
  1332.                 Hitting <Esc> at any time during the generation of the
  1333.                 report will abort it and return to the main menu.
  1334.  
  1335. <Esc> - Abort:  This will return you to the main menu without producing
  1336.                 any output.
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.                      OPTION F2: SHOW FILES BY COMMENT
  1390.  
  1391. Selecting option <F2> will cause CATDISK to display a list of files in 
  1392. accordance with a comment search spec that you supply.  After selecting a 
  1393. report destination, you will be asked for a comment search spec that you 
  1394. wish the report to be based on.
  1395.  
  1396. Just enter the string that you want to search for in the catalog's comments 
  1397. section and hit <Enter>, or hit <Esc> to abort the process without 
  1398. generating a report.
  1399.  
  1400. Here's how the comments are sourced for your search spec.  You enter a 
  1401. "phrase" or "substring" that you want to search for in the file comments.
  1402. The "phrase" may be an entire comment that you want, it can be just one 
  1403. word, or even just one letter.  When catdisk compares your "phrase" to a 
  1404. comment, it checks to see if that "phrase" is contained anywhere in that 
  1405. comment.  If it does, that file will appear in your report.
  1406.  
  1407. Example:   "SOURCE" would match:    CATDISK V3.60 source code
  1408.                                     CATDISK V3.60 Source code
  1409.                                     CATDISK V3.60 SOURCE CODE
  1410.                                     Source
  1411.  
  1412.                                              ... etc ...
  1413.  
  1414.  
  1415. Please note:  I have had some of my beta-testers ask for wild cards in the 
  1416. comment search (for example, they might not know whether they had "Word 
  1417. Processor" or "Word Proc" for a comment).  This is not really necessary in 
  1418. this case, as, in the above case, entering "PROC" would match both 
  1419. comments.
  1420.  
  1421. When you select option <F2>, you will be asked where you wish CATDISK to
  1422. send the output.  It may be sent to:
  1423.  
  1424. <S> - Screen:   Upon entering the search spec, scanning of the catalog
  1425.                 will commence.  If you have status indicators turned on,
  1426.                 a counter will increment each time a matching file is
  1427.                 found.  If at the end of the search, no files were found,
  1428.                 an error message will be issued and you will be returned
  1429.                 to the main menu.
  1430.  
  1431.                 Upon a successful search, the file names will be shown
  1432.                 alphabetically, along with the volume name, archive name,
  1433.                 and other directory information for that file.  You may
  1434.                 browse through the list with <PgUp> and <PgDn>, or return
  1435.                 to the main menu with <Esc>.  Please see the note about
  1436.                 the scroll bar on the left side in Appendix B.
  1437.  
  1438.                 Starting with Version 1.40 (sub-directories), you may hit
  1439.                 <S> to change the display format to show the
  1440.                 sub-directory of each file in the listing.  If a
  1441.                 sub-directory begins with a tilde (~), that means that
  1442.                 the sub-directory shown is a sub-directory past the first
  1443.                 level (sub-directory within a sub-directory).  Hit <N> to
  1444.                 get the normal display back. If you wish the
  1445.                 sub-directory format to come up by default, use the /SD
  1446.                 option when starting CATDISK.  See the section "STARTING
  1447.                 CATDISK" for details.
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.                 Starting with Version 3.50 (comments), you may hit <C> to
  1456.                 change the display format to show your comments (if any).
  1457.                 If you wish this display format to appear by default, use
  1458.                 the /CO option when starting CATDISK.  Again, see the
  1459.                 section "STARTING CATDISK" for details.
  1460.  
  1461.                 Better yet, run the program and see for yourself!
  1462.  
  1463. <P> - Printer:  A hardcopy file report will be printed on your printer.
  1464.                 The filenames will be ehoed to the screen as they are
  1465.                 sent to the printer.  Hitting <Esc> at any time during
  1466.                 report generation will abort it and return to the main
  1467.                 menu.
  1468.  
  1469. <D> - Disk:     A listing in the same format as the hardcopy file report
  1470.                 will be produced in a diskette file with the same name as
  1471.                 the current catalog filename with an extension of ".LST".
  1472.                 Hitting <Esc> at any time during the generation of the
  1473.                 report will abort it and return to the main menu.
  1474.  
  1475. <Esc> - Abort:  This will return you to the main menu without producing
  1476.                 any output.
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.              GENERAL NOTES REGARDING OPTIONS #7, #8, #9 and F2
  1483.  
  1484.  
  1485. The reported files shown by these options (either screen, disk, or printer) 
  1486. will be dependent on the state of the ARC/LBR extract toggle.
  1487.  
  1488. If you have the ARC/LBR extract toggle set to ON or QUERY, any files found 
  1489. in the catalog that reside in ARC/LBR files will be included in the report.
  1490.  
  1491. If you have the ARC/LBR extract toggle set to OFF, any files found in the 
  1492. atalog that reside in ARC/LBR files will NOT be included in the report, 
  1493. even though they exist in the catalog.
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.                        OPTION #0:  SHOW ALL FILES
  1522.  
  1523.  
  1524. This option, if viewed on the screen will product a report in the same
  1525. manner as option #9, except that ALL files in the catalog will be
  1526. included in the list.  It is similar to choosing option #9 and searching
  1527. for "*.*".  The only difference is that the catalog scan will not take
  1528. place, as it is not necessary for this function.
  1529.  
  1530. Upon selecting <D>isk or <P>rinter output, CATDISK will present a menu
  1531. allowing you to specify how you want the report sorted.  You may sort
  1532. this report by filename, Volume ID, or ARC/LBR ID.  Simply hit the key
  1533. beside the appropriate sort spec, and CATDISK will take care of the rest.
  1534.  
  1535.  
  1536. During the printing of a report, you may abort it at any time by pressing
  1537. the <Esc> key.
  1538.  
  1539. If you decide that you do not want to generate a report at this time, you
  1540. may press <Esc> to return to the main menu without taking any further
  1541. action.
  1542.  
  1543. If, during the sorting process, CATDISK runs into a disk problem (such as
  1544. a full disk, or a disk media problem (read or write error), the process
  1545. will be aborted and no report will be produced.
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.                   OPTION F1:  ADD/CHANGE FILE COMMENTS
  1588.  
  1589. There are two places from which this feature can be activated; either at
  1590. the conclusion of the cataloguing process, or from the main menu.
  1591.  
  1592. If you select <F1> from the main menu, you will get a sub-menu that will
  1593. allow you to specify one of two methods for deciding which files to bring
  1594. up on the screen for commenting.
  1595.  
  1596. If you select sub-option #1, you will be asked to specify a disk volume.
  1597. Upon entry of such, CATDISK will go through the catalog and bring up a
  1598. list of files that currently reside on that disk volume.
  1599.  
  1600. If you select sub-option #2, you will be asked for a filespec on which to
  1601. base the search.  It functions quite similarily to option #9 (see it for
  1602. details).
  1603.  
  1604. If you have the auto-commment feature turned on (either from the command
  1605. line or the toggles menu), this section will be activated as if you had
  1606. specified the Volume ID of the disk that you just catalogued; those files
  1607. will appear on the screen.
  1608.  
  1609. Once CATDISK has found a group of files for commenting, they will appear
  1610. on the screen in a format similar to the "COMMENT" screen output format,
  1611. the main difference being that one of the comments (or blanks) are
  1612. highlighted in an inverse field.
  1613.  
  1614. To change a comment, simply move the highlight to the file that you wish
  1615. to comment, and start typing.  When you are done, hit the <Return> key.
  1616.  
  1617. Other editing keys are as follows:
  1618.  
  1619.   <Left Arrow>  - move cursor one character to the left.
  1620.   <Right Arrow> - move cursor one key to the right.
  1621.   <Home>        - move cursor to the beginning of the line
  1622.                   (once you have started typing).
  1623.   <End>         - move cursor to the end of the line
  1624.                   (once you have started typing).
  1625.   <Ctrl>-<End>  - erase from the cursor to the end of the line.
  1626.   <Del>         - delete the character at the cursor and shift the
  1627.                   characters on the right to the left.
  1628.   <Backspace>   - delete the character before the cursor and shift the
  1629.                   characters on the right to the left.
  1630.   <Ins>         - toggle insert/overstrike mode
  1631.                 - in insert mode the cursor will be slightly fatter than
  1632.                   the one in overstrike mode.
  1633.   <Esc>         - cancel the changes and restore the line to it's
  1634.                   original contents.
  1635.  
  1636.  
  1637. In some (and probably most) cases, the file list will be too large to fit
  1638. on the screen.  The list may be browsed through by using the keys on the
  1639. cursor keypad.  Their functions:
  1640.  
  1641. <UP> and <DOWN>   will move the highlight bar up or down one file.  If
  1642.                   you at a screen margin, and there are still more files
  1643.                   to be browsed, the listing on the screen will scroll in
  1644.                   the appropriate direction.  If you can't move any more,
  1645. you will hear a short beep.
  1646.  
  1647. <PgUp> and <PgDn> will move you 15 files forward or backward in the list.
  1648.                   If you can't move any more, you will hear a short beep.
  1649.  
  1650.  
  1651.  
  1652.  
  1653. <Home> and <End>  will move you to the beginning or end of the group of
  1654. files respectively.
  1655.  
  1656. When you are done adding/changing file comments, hit <Esc> to return to
  1657. the main menu.
  1658.  
  1659. Two options that do not appear on the screen are:
  1660.  
  1661. <F9> - Repeat Last Entered Comment:  This is handy if you want to repeat a
  1662.                                      single comment at different places in
  1663.                                      the list where <F10> (see below)        
  1664.                                     won't suffice, as the comment desired    
  1665.                                    is not directly above the current
  1666.                                      position.  If no comment was            
  1667.                                     previously entered, or the last          
  1668.                                    entered comment was blank, no action
  1669.                                      will be taken.
  1670.  
  1671. <F10> - "Ditto":  Pressing this key will copy the comment from the entry     
  1672.                   above.  It is handy if you want to copy a comment down a
  1673.                   consecutive list of files, or one that was already
  1674.                   previously entered at an earlier time, if it is directly   
  1675.                   above the current position.  If the comment above is       
  1676.                   blank, or you are at the top of the list, no action will
  1677.                   be taken.
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.                    OPTION F3:  TEMPORARILY EXIT TO DOS
  1720.  
  1721. This option, although not really necessary, has been added in response to
  1722. the numerous requests that I have had for this feature (shows that I am
  1723. really paying attention to those suggestions, eh?).  By selecting this
  1724. option, CATDISK will be temporarily suspended and you will be returned to
  1725. the DOS prompt.  You may carry out any normal function that you would
  1726. ordinarily be able to carry out from DOS, provided that there is enough
  1727. memory remaining in which to run your desired program.
  1728.  
  1729. When you are done, simply type "EXIT" and hit <Return> to return to
  1730. CATDISK.
  1731.  
  1732. Please note that due to the fact that this option will in all probability 
  1733. not be invoked all that often, it does not show on any of the menus.  It 
  1734. is, however available from the main menu by pressing <F3>.
  1735.  
  1736. Please note that if you have the disk cache active at the time you use
  1737. this function, the contents of the cache will be pitched before calling
  1738. DOS.
  1739.  
  1740. When you are finished with DOS, and wish to return to CATDISK, simply
  1741. type "EXIT" and hit <Return> to return to CATDISK.  Please be sure and
  1742. replace any disks that you had in your drives before returning to
  1743. CATDISK.
  1744.  
  1745. Possible errors that you may encounter when you use this option are:
  1746.  
  1747. Error #1 - Not enough memory for DOS - CATDISK could not allocate enough
  1748.                                        memory to load a secondary copy of
  1749.                                        COMMAND.COM
  1750.  
  1751. Error #2 - Set Block Error           - similar to above.
  1752.  
  1753. Error #3 - Insufficient Memory For   - CATDISK was able to allocate
  1754.            Internal Stack Buffer       enough memory to load DOS, but
  1755.                                        there was not enough memory left
  1756.                                        over to preserve it's own
  1757.                                        environment.
  1758.  
  1759. Error #4 - Error Invoking DOS        - generally, this means that CATDISK
  1760.                                        was unable to find COMMAND.COM on
  1761.                                        the drive and directory defined by
  1762.                                        the SET COMSPEC= environment
  1763.                                        string (see the DOS manual for
  1764.                                        details on the SET command).  This
  1765.                                        is usually set to the location
  1766.                                        from which COMMAND.COM was loaded
  1767.                                        when the system was booted.
  1768.                                        If COMMAND.COM was not not found
  1769.                                        at the boot location, the root
  1770.                                        directory of the current drive is
  1771.                                        attempted.
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.                OPTION <drive_letter>: SHOW DISK DIRECTORY
  1786.  
  1787. To activate this feature, simply type the drive letter of the disk whose
  1788. directory you wish to view.  You will be prompted to insert a disk for
  1789. drive D where D is the drive letter that you typed.  Upon doing this, the
  1790. label and directory contents will be read just like they would if they
  1791. were about to be catalogued, but instead of adding them to your catalog,
  1792. they will be shown directly on the screen in the same format as option #7
  1793. - Show Files For A Volume.  The ARC scanning feature functions as normal
  1794. throughout the program.
  1795.  
  1796. Upon a successful reading of the directory, the file names will be shown
  1797. alphabetically, along with the volume name, archive name, and other
  1798. directory information for that file.  You may browse through the list
  1799. with <PgUp> and <PgDn>, or return to the main menu with <Esc>.  Please
  1800. see the note about the scroll bar on the left side in Appendix A.
  1801.  
  1802. Report formats may be viewed in a similar fashion to that of the other
  1803. screen reports.
  1804.  
  1805.  
  1806.                       OPTION ESC:  EXIT TO DOS
  1807.  
  1808. Select this option when you are finished with CATDISK to terminate it's
  1809. operation.  Upon exit, you will be returned to the DOS prompt.
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.                        APPENDIX A - THE SCROLL BAR
  1852.  
  1853. Starting with Version 2.00 of CATDISK, a new feature has been added to
  1854. the screen display routines.  A scroll bar will now appear on the left
  1855. hand margin indicating approximately where you currently located along
  1856. the full length of your report.  The scroll bar feature will also allow
  1857. you to move quickly through your report to get to a certain group of
  1858. files.  By simply hitting the <UP ARROW> and <DOWN ARROW> keys, the
  1859. position on the scroll bar may be moved up or down one increment.  The
  1860. new page number in the report being shown on the screen will be
  1861. automatically set according to the size of the report (each increment
  1862. represents one fifteenth of the total length of the report).
  1863.  
  1864. In a long report, this represents a much nicer way of getting to, say,
  1865. the files beginning with "R" without having to hit the <PgDn> key a
  1866. hundred times.  Remember... the scroll bar is used to ROUGHLY position
  1867. yourself among a group of files in a screen report.
  1868.  
  1869. Oh, by the way, if you hit the <UP ARROW> key when you are at the top of
  1870. the report, the scroll bar position will wrap down to the bottom of the
  1871. report.  This makes it quicker to get to the bottom of things without
  1872. having to progress through the entire report.  Hitting the <DOWN ARROW>
  1873. key will wrap to the top of the report as well.
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916.  
  1917.                 APPENDIX B - ARCHIVE AND LIBRARY SUPPORT
  1918.  
  1919. This version of CATDISK currently supports the archive utility from
  1920. System Enhancement Associates and the popular public domain Library
  1921. Utility (LU).
  1922.  
  1923. CATDISK can extract directory information from archives created with
  1924. SEAWARE'S ARC utility, version 5.12 or earlier, or any compatible archive
  1925. generating program.  These files commonly have a file extension of .ARC,
  1926. and   any files with this extention will be examined by CATDISK to see if
  1927. it is a valid archive.  If so, the directory information of each file in
  1928. the archive will be extracted and added to the catalog if the Auto
  1929. ARC/LBR Extraction feature is turned ON.  Files extracted from an ARChive
  1930. will have a file attribute of "*ARC".
  1931.  
  1932. Recently, PKWARE released a version of their FAST! ARChive utility PKARC
  1933. V2.0.  This new version supports a new data compression method called
  1934. Squashing, which is now supported starting with version 3.10 of CATDISK.
  1935. The old restrictions that existed in the previous versions of CATDISK no
  1936. longer exist.
  1937.  
  1938. Files created by the Library Utility (LU) and conform to the fifth
  1939. revision of the formal definition of the library file format are also
  1940. fully supported.  These files commonly have a file extension of .LBR, and
  1941. any files with this extension will be examined by CATDISK to see if they
  1942. are valid .LBR files.  If this is so, and the Auto ARC/LBR Extraction
  1943. Feature is turned ON, the directory information of each file in the
  1944. library will be extracted and added to the catalog.  Files extracted from
  1945. a library will have a file attribute of "*LBR".
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.       APPENDIX C - DUPLICATE FILE NAMES AND CATALOGUING HARD DISKS
  1984.  
  1985. A number of users have made a request to have CATDISK show a list of
  1986. files that have been duplicated over a number of diskettes.  There is no
  1987. need for an extra option to support this request, as the existing reports
  1988. that may be derived from options #9 and #0 show files in alphabetical
  1989. order.  Any duplicate files will be clustered together, and it is quite
  1990. easy to spot duplicate files in this manner.  If you choose option #9 and
  1991. ask for a specific file (i.e. no wildcards), ALL instances of that file
  1992. in the catalog will be reported.
  1993.  
  1994. Even though CATDISK is capable of reading a hard disk and cataloguing it
  1995. to SOME degree, it was never meant to catalog a hard disk, as there are
  1996. many excellent hard disk managers on the market that do a commendable job
  1997. of allowing you to browse through your file structure; far better than
  1998. catdisk would enable you to.
  1999.  
  2000. The whole idea behind CATDISK is to allow you to see what's on your
  2001. floppy disks, to find out which disk a given file is on, as well as to
  2002. see what the status of each diskette is without having to insert them
  2003. into your computer each time.  With a hard disk, you have all of your
  2004. files online - readily accessible - and to catalogue such a drive is
  2005. overkill, in my opinion.
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.                     APPENDIX D - SUPPORT AND UPDATES
  2050.  
  2051. As I said in the introduction, I will only offer advice and technical
  2052. support to those who contribute via the SHAREWARE concept.  Users who do
  2053. contribute will be notified when updates and new products are available.
  2054. Anyone wishing to offer advice and suggestions are most welcome to do so.
  2055.  
  2056. I may be reached on CompuServe at I.D. #  73307,333, or on The PEARL BBS
  2057. in WATERLOO, Ontario, Canada, under my name, Rick Hillier.
  2058.  
  2059. You may also correspond via your FAX machine, if you have access to one.
  2060. My FAX number is:  (519)-884-4887
  2061. This is the best daytime number at which to get an immediate response.
  2062.  
  2063. Telephone support (or any support for that matter) is available to
  2064. registered users only.  My voice line is (519)-888-6763.  Best time to 
  2065. reach me at this number is in the evening hours (6 pm to 11 pm Ontario 
  2066. Time).
  2067.  
  2068. The most up to date version of CATDISK is always available on The PEARL,
  2069. which may be reached at (519)-576-6754, 24 hrs. a day.  Please note that
  2070. The PEARL is a pay board (normally $25/year), but I have made
  2071. arrangements with the Sysop to obtain memberships for CATDISK subscribers
  2072. who include an extra five dollars with their subscription, along with
  2073. their first name, last name, and a password to use on the board.  One
  2074. restriction must be made on this offer... you must live at least 125
  2075. miles outside the Kitchener-Waterloo, Ontario, Canada area in order to
  2076. qualify.  You will be validated immediately upon my receiving your cheque
  2077. or money order.
  2078.  
  2079. Even if you do not wish to have a PEARL membership, you can still see
  2080. what changes and revisions have been made to date by going to the
  2081. bulletins section of the board.  You do not have to be a registered PEARL
  2082. user to use this feature.
  2083.  
  2084. Those of you who register your copy of CATDISK and wish to receive an
  2085. update to the latest version (from me and not The PEARL), please include
  2086. an extra $10.00 with your registration to cover materials and shipping
  2087. costs.  I will send you the latest version of CATDISK upon receipt of
  2088. your registration.  Please specify the version of CATDISK that you
  2089. currently have.  If there have not been any updates made since your
  2090. version, I will wait until the next release of CATDISK to send your
  2091. update.  To receive CATDISK on a 3.5" diskette, please add an additional 
  2092. $2.50.
  2093.  
  2094. Optionally, you may include a diskette and diskette mailer with your
  2095. registration plus $5.00 to cover shipping costs, and I will send you the
  2096. latest version of CATDISK.
  2097.  
  2098. If you do have a question, or a bug report, or whatever, in your
  2099. correspondence, please indicate the following:
  2100.  
  2101. 1)  The version of CATDISK that you are using.
  2102. 2)  The version of DOS that you are using.
  2103. 3)  Your hardware configuration (Model, memory size, printer, etc.)
  2104. 4)  Any resident software that you have loaded in memory at the time.
  2105.     (i.e. Sidekick, SuperKey, Disk Caches, Print Spoolers, Ramdisks,
  2106.     etc.)
  2107.  
  2108. This information will help me to track any problems and to suggest
  2109. reasonable solutions to your problems.
  2110.  
  2111.  
  2112.  
  2113.  
  2114.  
  2115.                       CATDISK V3.62 REGISTRATION FORM
  2116.                       ------- ----- ------------ ----
  2117.  
  2118.  
  2119.  
  2120.    Name: _________________________________________________________________
  2121.  
  2122. Address: _________________________________________________________________
  2123.  
  2124.          _________________________________________________________________
  2125.  
  2126.          _________________________________________________________________
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  ____  Registration(s) of CATDISK @15.00 ea ..................  __________
  2132.  
  2133.  ____  Registration(s) on The PEARL BBS  @ 5.00 ea ...........  __________
  2134.        (See "Out of town CATDISK users" offer on previous page)
  2135.  
  2136.  ____  CATDISK Upgrade(s) (You Supply Diskette And Mailer)      __________
  2137.                               @  5.00 ea
  2138.  
  2139.  ____  CATDISK Upgrade(s) (I supply 5.25" Diskette And Mailer)  __________
  2140.                               @ 10.00 ea
  2141.  
  2142.  ____  CATDISK Upgrade(s) (I supply 3.5" Diskette And Mailer)   __________
  2143.                               @ 12.50 ea
  2144.  
  2145.  
  2146.        (Ontario Residents Add 7% Provincial Sales Tax)   Total  __________
  2147.  
  2148.  
  2149.  *** Note:  Site licenses are available.  Please contact Rick Hillier
  2150.             for further details.
  2151.  
  2152.  
  2153.  
  2154.         Type of PC Used: _________________________________________________
  2155.  
  2156.  Hardware Configuration: _________________________________________________
  2157.  
  2158.             DOS Version: _________________________________________________
  2159.  
  2160.  What Resident Software Do You Run:  ______________________________________
  2161.  
  2162.  __________________________________________________________________________
  2163.  
  2164.  __________________________________________________________________________
  2165.  
  2166.  
  2167.  Comments and Suggestions:  _______________________________________________
  2168.  
  2169.  __________________________________________________________________________
  2170.  
  2171.  __________________________________________________________________________
  2172.  
  2173.  __________________________________________________________________________
  2174.  
  2175.  __________________________________________________________________________
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.                         OTHER PRODUCTS AVAILABLE
  2182.  
  2183. For all you avid golfers out there, my software company, Neptune Software
  2184. Inc. in Waterloo, Ontario has a golf handicap system available, called
  2185. HANDICAP II, that goes way beyond just calculating a simple golf
  2186. handicap.
  2187.  
  2188. Among the many features of this program are:
  2189.  
  2190.   1)  Pull down menus for ease of use.
  2191.   2)  On line context sensitive help.
  2192.   3)  Storage capacity for up to 100 different golf courses.
  2193.   4)  Storage capacity for up to 32767 rounds of golf.
  2194.       (score and number of putts on each hole can be logged)
  2195.   5)  Instant retrieval of past played games, and the ability to browse
  2196.       through them.
  2197.   6)  An expanded handicap card that is more informative than a standard
  2198.       handicap card.
  2199.   7)  A report showing your average score on each hole on each course.
  2200.       - good for spotting habitual trouble holes.
  2201.   8)  A report showing your average putts on each green on each course.
  2202.       - good for spotting habitual troublesome greens.
  2203.   9)  A report showing how often you hit each green in regulation.
  2204.       - good for analyzing your tee-to-green game on each hole.
  2205.  10)  Many more statistical reports of interest to you.
  2206.  11)  Full housekeeping routines to correct mistakes (but I'll bet that
  2207.       you never make any, right?!?)
  2208.  12)  Support for most popular printers.
  2209.  
  2210.     * ALL reports may be viewed on the screen or printed on your printer.
  2211.  
  2212.     * Pop up windows are used extensively, adding to the ease of use of
  2213.       the program.
  2214.  
  2215.  
  2216. We also have a clubhouse version available with all of the above plus:
  2217.  
  2218.   1)  A simple date-differential entry system for those who do not wish
  2219.       to have all the detail of the enhanced reports.
  2220.   2)  Capacity to maintain handicaps for over 1000 members (you are only
  2221.       limited by disk size).
  2222.   3)  Full system manager functions available only to authorized users.
  2223.   4)  A handicap listing (in alphabetical order by member name) of the
  2224.       handicaps of all the members in the system.
  2225.   5)  This version of HANDICAP II may be used on multi-user systems
  2226.       without user file conflict.
  2227.  
  2228.  
  2229.                           Ordering Information
  2230.  
  2231. The GOLFERS version of HANDICAP II is available for $89.95, and the CLUB
  2232. HOUSE version is available for $295.00.
  2233.  
  2234. Please note that these prices are in Canadian funds.
  2235.  
  2236. They may be ordered from:  NEPTUNE SOFTWARE, INC.
  2237.                            405 Barrington Lane
  2238.                            Waterloo, Ontario
  2239.                            Canada   N2T 1H9
  2240.                    Phone:  (519)-888-6763
  2241.                      Fax:  (519)-884-4887
  2242.